Click or drag to resize

TupleCollectionCopyTo Method

Copies an Tuple array to the collection, starting at a specified target index.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public void CopyTo(
	Tuple[] tuple,
	int index
)

Parameters

tuple
Type: Independentsoft.Sip.PresenceTuple
The array of Tuple objects to copy to the collection.
index
Type: SystemInt32
The index at which the copied nodes begin.
See Also